fix(deps): update all major dependencies - #131
Merged
Merged
Conversation
khepri-bot
Bot
force-pushed
the
renovate/all-major-dependencies
branch
from
August 17, 2026 21:48
9cee61d to
3a9ceda
Compare
wgordon17
force-pushed
the
renovate/all-major-dependencies
branch
from
August 18, 2026 12:52
3a9ceda to
a9136ca
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
14.0.0→15.0.00.16.2→1.0.0Release Notes
octokit/plugin-paginate-rest.js (@octokit/plugin-paginate-rest)
v15.0.0Compare Source
BREAKING CHANGES
/orgs/{org}/projects/orgs/{org}/teams/{team_slug}/projects/orgs/{org}/teams/{team_slug}/projects/{project_id}/projects/columns/{column_id}/projects/columns/{column_id}/moves/projects/{project_id}/projects/{project_id}/collaborators/projects/{project_id}/collaborators/{username}/projects/{project_id}/collaborators/{username}/permission/repos/{owner}/{repo}/projects/teams/{team_id}/projects/teams/{team_id}/projects/{project_id}/user/projects/users/{username}/projectssolidjs/solid-router (@solidjs/router)
v1.0.0Major Changes
^1.0.0finally gets normal caret semantics instead of the pinned-minor treatment resolvers give 0.x releases. It also aligns major numbers across the ecosystem — router 1.x pairs with Solid 1.x (and SolidStart 2.0), while the in-progress Solid 2 router moves from1.0.0-next.*to2.0.0-next.*prereleases under thenexttag.Patch Changes
1211a89: Restore scroll with a single scroll once routing settles, dropping theResizeObserverthat re-asserted the offset while the document was still growing (<Router scrollRestoration>, added in 0.16.3). Settling after the navigation commits is what makes the offset reachable, and it is the strategy every peer router ships (SvelteKit, TanStack Router, React Router, Next); TanStack's equivalentMutationObserversits commented out in their source. The chase carried real downside for a case none of them try to cover: with no bound, a target that is never reachable (a list that is genuinely shorter now) left the observer connected for the life of the page, re-clamping the viewport to the bottom on every subsequent resize, and scroll-induced layout changes can feed it back into itself. It was also untestable in jsdom, which has noResizeObserver, so the branch had no coverage. Content committing after the navigation settles — an image without reserved space, a boundary below the fold — now keeps whatever offset the document can hold.v0.16.3Patch Changes
31501fd: Add opt-in explicit scroll restoration for back/forward navigation:<Router scrollRestoration>(#577). The browser's native same-document heuristic loses the saved offset when the destination route forces a layout while the document is still short — any component that measures itself on mount is enough to trigger it. When enabled the router setshistory.scrollRestoration = "manual", captures positions continuously keyed by the history entry depth it already tracks, persists them across reloads, and restores after the navigation settles — retrying as the document grows if the target offset isn't reachable yet, cancelled by the first user scroll. Off by default on 0.x; no behavior changes unless enabled.Configuration
📅 Schedule: (in timezone America/New_York)
* 0-8 * * 1)🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR has been generated by Mend Renovate.